home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / SpyBot Search Destroy 1.6.1.38 Beta / spybotsd-1.6.1.38.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMPROXYSETTINGS / TFORMPROXYSETTINGS.txt
Text File  |  2008-11-13  |  3KB  |  156 lines

  1. object formProxySettings: TformProxySettings
  2.   Left = 466
  3.   Top = 342
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 222
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   DesignSize = (
  19.     280
  20.     222)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object groupNecessary: TGroupBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 280
  27.     Height = 81
  28.     Align = alTop
  29.     Caption = 'Necessary settings'
  30.     TabOrder = 0
  31.     object labelNecessary0: TLabel
  32.       Left = 16
  33.       Top = 24
  34.       Width = 65
  35.       Height = 17
  36.       AutoSize = False
  37.       Caption = 'Host:'
  38.     end
  39.     object labelNecessary1: TLabel
  40.       Left = 16
  41.       Top = 48
  42.       Width = 65
  43.       Height = 17
  44.       AutoSize = False
  45.       Caption = 'Port:'
  46.     end
  47.     object eHost: TEdit
  48.       Left = 88
  49.       Top = 24
  50.       Width = 177
  51.       Height = 21
  52.       Hint = 
  53.         'Enter just the proxy name or IP here, like mycomp.local or 127.0' +
  54.         '.0.1'
  55.       ParentShowHint = False
  56.       ShowHint = True
  57.       TabOrder = 0
  58.     end
  59.     object ePort: TEdit
  60.       Left = 88
  61.       Top = 48
  62.       Width = 177
  63.       Height = 21
  64.       Hint = 'This is usually either 8080 or 80.'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.     end
  69.   end
  70.   object groupAuthentication: TGroupBox
  71.     Left = 0
  72.     Top = 81
  73.     Width = 280
  74.     Height = 104
  75.     Align = alTop
  76.     Caption = 'Authentication'
  77.     TabOrder = 1
  78.     object labelAuth0: TLabel
  79.       Left = 16
  80.       Top = 48
  81.       Width = 65
  82.       Height = 17
  83.       AutoSize = False
  84.       Caption = 'User name:'
  85.     end
  86.     object labelAuth1: TLabel
  87.       Left = 16
  88.       Top = 72
  89.       Width = 65
  90.       Height = 17
  91.       AutoSize = False
  92.       Caption = 'Password:'
  93.     end
  94.     object cbUseAuth: TCheckBox
  95.       Left = 8
  96.       Top = 24
  97.       Width = 257
  98.       Height = 17
  99.       Caption = 'Proxy server needs login...'
  100.       TabOrder = 0
  101.     end
  102.     object eUsername: TEdit
  103.       Left = 88
  104.       Top = 48
  105.       Width = 177
  106.       Height = 21
  107.       Hint = 'The user name you have to use for authentication...'
  108.       ParentShowHint = False
  109.       ShowHint = True
  110.       TabOrder = 1
  111.     end
  112.     object ePassword: TEdit
  113.       Left = 88
  114.       Top = 72
  115.       Width = 177
  116.       Height = 21
  117.       Hint = 'The password you have to use for authentication...'
  118.       ParentShowHint = False
  119.       PasswordChar = '*'
  120.       ShowHint = True
  121.       TabOrder = 2
  122.     end
  123.   end
  124.   object bnOK2: TButton
  125.     Left = 120
  126.     Top = 192
  127.     Width = 73
  128.     Height = 25
  129.     Anchors = [akRight, akBottom]
  130.     Caption = 'OK'
  131.     ModalResult = 1
  132.     TabOrder = 2
  133.   end
  134.   object bnCancel2: TButton
  135.     Left = 200
  136.     Top = 192
  137.     Width = 73
  138.     Height = 25
  139.     Anchors = [akRight, akBottom]
  140.     Cancel = True
  141.     Caption = 'Cancel'
  142.     ModalResult = 3
  143.     TabOrder = 3
  144.   end
  145.   object bnImportIE: TButton
  146.     Left = 4
  147.     Top = 192
  148.     Width = 109
  149.     Height = 25
  150.     Anchors = [akLeft, akBottom]
  151.     Caption = 'Import from IE'
  152.     TabOrder = 4
  153.     OnClick = bnImportIEClick
  154.   end
  155. end
  156.